dvb_country_to_3letters

@brief Converts an enum dvb_country_t into a 3-letter Country code as used by MPEG-TS tables @ingroup ancillary

@param id enum dvb_country_t ID.

@return It returns the 3-letter country code string that corresponts to the Country. If not found, returns NULL.

extern (C)
const(char)*
dvb_country_to_3letters
(
int id
)

Meta